home *** CD-ROM | disk | FTP | other *** search
INI File | 2018-03-18 | 3.5 KB | 126 lines |
- ;installation setup file for CommandCE
-
- [Version] ;required section
- Signature="$Windows NT$"
- Provider="Exesoft"
- CESignature="$Windows CE$"
-
- ;predefined directory strings (can only use at beginning of path)
- ;%CE1% \Program Files
- ;%CE2% \Windows
- ;%CE3% \Windows\Desktop
- ;%CE4% \Windows\Startup
- ;%CE5% \My Documents
- ;%CE6% \Program Files\Accessories
- ;%CE7% \Program Files\Communication
- ;%CE8% \Program Files\Games
- ;%CE9% \Program Files\Pocket Outlook
- ;%CE10% \Program Files\Office
- ;%CE11% \Windows\Programs
- ;%CE12% \Windows\Programs\Accessories
- ;%CE13% \Windows\Programs\Communications
- ;%CE14% \Windows\Programs\Games
- ;%CE15% \Windows\Fonts
- ;%CE16% \Windows\Recent
- ;%CE17% \Windows\Favorites
-
- [CEStrings] ;required section
- AppName=CommandCE
- InstallDir=%CE1%\%AppName%
-
- [Strings] ;optional
- reg_path=Software\Exesoft\CommandCE
-
- [CEDevice]
- UnsupportedPlatforms= ;need to put P/PCs here
- VersionMin=2.0
- VersionMax=3.0
-
- [CEDevice.SH3]
- ProcessorType=10003
-
- [CEDevice.MIPS]
- ProcessorType=4000
-
- [DefaultInstall] ;required section
- AddReg=RegSettings.All
- CEShortcuts=Shortcuts.All
-
- [DefaultInstall.SH3]
- Copyfiles=Files.Shared,Files.Common,Files.SH3
-
- [DefaultInstall.MIPS]
- Copyfiles=Files.Shared,Files.Common,Files.MIPS
-
- [SourceDisksNames] ;required section
- 1=,"Common files",,
-
- [SourceDisksNames.SH3]
- 2=,"SH3 files",,..\WSHRel
-
- [SourceDisksNames.MIPS]
- 2=,"MIPS files",,..\WMIPSRel
-
- [SourceDisksFiles] ;required section
- readme.txt = 1
- register.txt = 1
- CommandCE.htp = 1
- CommandCE.htc = 1
-
- [SourceDisksFiles.SH3]
- CommandCE.exe = 2
-
- [SourceDisksFiles.MIPS]
- CommandCE.exe = 2
-
- [DestinationDirs] ;required section
- Shortcuts.All=0,%CE3% ;\Windows\Desktop
- Files.Shared=0,%CE2% ;\Windows
- Files.Common=0,%InstallDir%
- Files.SH3=0,%InstallDir%
- Files.MIPS=0,%InstallDir%
- DefaultDestDir=0,%InstallDir%
-
- [Shortcuts.All]
- CommandCE,0,CommandCE.exe ;uses path in DestinationDirs (desktop)
- CommandCE,0,CommandCE.exe,%CE11% ;puts a shortcut on the startup menu
-
- [Files.Common]
- ;flags:
- ;COPYFLG_WARN_IF_SKIP 0x00000001 ;warn if user attempts to skip after error
- ;COPYFLG_NOSKIP 0x00000002 ;don't allow user to skip copying a file
- ;COPYFLG_NO_OVERWRITE 0x00000010 ;don't overwrite an existing file in dest dir
- ;COPYFLG_REPLACEONLY 0x00000400 ;copy only if already there
- ;CE_COPYFLG_NO_DATE_DIALOG 0x20000000 ;don't copy if target is newer
- ;CE_COPYFLG_NODATECHECK 0x40000000 ;ignore date while overwriting target
- ;CE_COPYFLG_SHARED 0x80000000 ;reference when a shared DLL is counted
- ;examples:
- ;help.hlp,,,0
- ;Sample file.hlp,sample.hlp,,0 ;example of renaming destination file
- readme.txt,,,0
- register.txt,,,0
-
- [Files.Shared]
- CommandCE.htp,,,0
- CommandCE.htc,,,0
-
- [Files.SH3]
- CommandCE.exe,,,0
-
- [Files.MIPS]
- CommandCE.exe,,,0
-
- [RegSettings.All]
- ;flags:
- ;FLG_ADDREG_NOCLOBBER 0x00000002 ;if key exists, don't overwrite
- ;FLG_ADDREG_TYPE_SZ 0x00000000 ;registry data type REG_SZ
- ;FLG_ADDREG_TYPE_MULTI_SZ 0x00010000 ;registry data type REG_MULTI_SZ - value field that follows may be list of comma-delim strings
- ;FLG_ADDREG_TYPE_BINARY 0x00000001 ;registry data type REG_BINARY - only numbers, comma delim, 1 byte / field
- ;FLG_ADDREG_TYPE_DWORD 0x00010001 ;registry data type REG_DWORD - only win32 non-compat format supported
- ;examples:
- ;HKLM,%reg_path%,,0x00000000,alpha ;example of default="alpha"
- ;HKLM,%reg_path%,test,0x00010001,3 ;example of test=3
- ;HKLM,%reg_path%\new,val,0x00010001,6 ;example of new\val=6
- HKCU,%reg_path%\General,InstallVersion,0x00000000,1.02
-
-